Carbon


GetDialogKeyboardFocusItem

Header: Dialogs.h Carbon status: Supported

This function is not recommended with Appearance Manager 1.0 and later.

SInt16 GetDialogKeyboardFocusItem (
    DialogPtr dialog
);
dialog
DISCUSSION

When the Appearance Manager is available and an embedding hierarchy is established, you should call the Control Manager function GetKeyboardFocus instead of GetDialogKeyboardFocusItem to return the item number of the item in a dialog box that has keyboard focus.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later. Exported by CarbonLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)